RsrcZoneInit
RsrcZoneInit Reset resource map; clean up resource memory
#include <Resources.h> Resource Manager
void RsrcZoneInit( );
This is not normally used by applications. Called automatically when an
application is started, it closes all open resource files (except the system
resource file). For every system resource that was read into the application
heap (that is, whose SysHeap attribute is 0), it replaces the handle to that
resource in the resource map with NIL. This lets the Resource Manager
know that the resource will have to be read in again (since the previous
application heap is no longer around). In general, RsrcZoneInit sets up the
Resource Manager for use by an application.
Returns: none